﻿2026-06-07T23:53:15.0722714Z ##[group]Run actions/checkout@v5
2026-06-07T23:53:15.0723196Z with:
2026-06-07T23:53:15.0723553Z   repository: SaberMage/spt-shell-notify
2026-06-07T23:53:15.0724002Z   path: .adapter-notify
2026-06-07T23:53:15.0727045Z   token: ***
2026-06-07T23:53:15.0727393Z   ssh-strict: true
2026-06-07T23:53:15.0727745Z   ssh-user: git
2026-06-07T23:53:15.0728104Z   persist-credentials: true
2026-06-07T23:53:15.0728501Z   clean: true
2026-06-07T23:53:15.0728850Z   sparse-checkout-cone-mode: true
2026-06-07T23:53:15.0729269Z   fetch-depth: 1
2026-06-07T23:53:15.0729616Z   fetch-tags: false
2026-06-07T23:53:15.0729978Z   show-progress: true
2026-06-07T23:53:15.0730330Z   lfs: false
2026-06-07T23:53:15.0730661Z   submodules: false
2026-06-07T23:53:15.0731020Z   set-safe-directory: true
2026-06-07T23:53:15.0731416Z ##[endgroup]
2026-06-07T23:53:15.1374979Z Syncing repository: SaberMage/spt-shell-notify
2026-06-07T23:53:15.1379835Z ##[group]Getting Git version info
2026-06-07T23:53:15.1380580Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify'
2026-06-07T23:53:15.1401258Z [command]/usr/bin/git version
2026-06-07T23:53:15.1432393Z git version 2.43.0
2026-06-07T23:53:15.1447587Z ##[endgroup]
2026-06-07T23:53:15.1457574Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/335855e6-f02c-4999-9052-1c73d45dbcfc' before making global git config changes
2026-06-07T23:53:15.1458956Z Adding repository directory to the temporary git global config as a safe directory
2026-06-07T23:53:15.1460184Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify
2026-06-07T23:53:15.1483731Z ##[group]Initializing the repository
2026-06-07T23:53:15.1486196Z [command]/usr/bin/git init /home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify
2026-06-07T23:53:15.1509526Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-06-07T23:53:15.1510789Z hint: is subject to change. To configure the initial branch name to use in all
2026-06-07T23:53:15.1511695Z hint: of your new repositories, which will suppress this warning, call:
2026-06-07T23:53:15.1512360Z hint: 
2026-06-07T23:53:15.1512870Z hint: 	git config --global init.defaultBranch <name>
2026-06-07T23:53:15.1513472Z hint: 
2026-06-07T23:53:15.1514043Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-06-07T23:53:15.1514919Z hint: 'development'. The just-created branch can be renamed via this command:
2026-06-07T23:53:15.1515624Z hint: 
2026-06-07T23:53:15.1516045Z hint: 	git branch -m <name>
2026-06-07T23:53:15.1516913Z Initialized empty Git repository in /home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify/.git/
2026-06-07T23:53:15.1520396Z [command]/usr/bin/git remote add origin https://github.com/SaberMage/spt-shell-notify
2026-06-07T23:53:15.1582143Z ##[endgroup]
2026-06-07T23:53:15.1582937Z ##[group]Disabling automatic garbage collection
2026-06-07T23:53:15.1583586Z [command]/usr/bin/git config --local gc.auto 0
2026-06-07T23:53:15.1603203Z ##[endgroup]
2026-06-07T23:53:15.1603903Z ##[group]Setting up auth
2026-06-07T23:53:15.1607439Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-07T23:53:15.1630500Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-07T23:53:15.1811439Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-07T23:53:15.1835564Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-07T23:53:15.2015386Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-07T23:53:15.2041225Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-07T23:53:15.2222768Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-07T23:53:15.2252470Z ##[endgroup]
2026-06-07T23:53:15.2253200Z ##[group]Determining the default branch
2026-06-07T23:53:15.2255246Z Retrieving the default branch name
2026-06-07T23:53:15.7208311Z Default branch 'main'
2026-06-07T23:53:15.7209819Z ##[endgroup]
2026-06-07T23:53:15.7210400Z ##[group]Fetching the repository
2026-06-07T23:53:15.7212961Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main
2026-06-07T23:53:16.4275430Z From https://github.com/SaberMage/spt-shell-notify
2026-06-07T23:53:16.4276360Z  * [new branch]      main       -> origin/main
2026-06-07T23:53:16.4302782Z ##[endgroup]
2026-06-07T23:53:16.4304148Z ##[group]Determining the checkout info
2026-06-07T23:53:16.4305525Z ##[endgroup]
2026-06-07T23:53:16.4311572Z [command]/usr/bin/git sparse-checkout disable
2026-06-07T23:53:16.4398713Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-07T23:53:16.4428090Z ##[group]Checking out the ref
2026-06-07T23:53:16.4431184Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-06-07T23:53:16.4469769Z Switched to a new branch 'main'
2026-06-07T23:53:16.4470274Z branch 'main' set up to track 'origin/main'.
2026-06-07T23:53:16.4481454Z ##[endgroup]
2026-06-07T23:53:16.4514632Z [command]/usr/bin/git log -1 --format=%H
2026-06-07T23:53:16.4537263Z ee2d37eadc730c0019e0af82d683074c509634a2
